[XEND] Beginnings of the Xend Storage Repository implementation.
authorAlastair Tse <atse@xensource.com>
Thu, 12 Oct 2006 17:01:32 +0000 (18:01 +0100)
committerAlastair Tse <atse@xensource.com>
Thu, 12 Oct 2006 17:01:32 +0000 (18:01 +0100)
commit6450b246e10e16be2515dca0fd80b53d9155ab73
tree137543ace454daa8faa25257f621aee156353ff2
parent5f92a12ad62f1d6025d1f49896a58ce91605129c
[XEND] Beginnings of the Xend Storage Repository implementation.

Currently it is a basic repository that just creates images on demand
and wraps them as VDIs. Rudimentary support for querying the available
space using 'df'. Creates images via 'qcow-create' after creating an
empty image.

Signed-off-by: Alastair Tse <atse@xensource.com>
tools/python/xen/xend/XendNode.py
tools/python/xen/xend/XendStorageRepository.py [new file with mode: 0644]
tools/python/xen/xend/XendVDI.py [new file with mode: 0644]